home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Shared_58_SoundCheck.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  132 b   |  10 lines

  1. on exitFrame
  2.   puppetSound(0)
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   if soundBusy(2) then
  7.     sound stop 2
  8.   end if
  9. end
  10.